home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 242 / 242.d81 / t.linker 1.2 < prev    next >
Text File  |  2022-08-26  |  2KB  |  83 lines

  1. u
  2.         L I N K E R 1 . 2
  3.  
  4.         Program by Lee Novak
  5.  
  6.         Text by Dave Moorman
  7.  
  8.  
  9.     Here's the problem: I have a BASIC
  10. program which shows a couple of SHP
  11. bit-mapped graphics, ENH.SID.64 to
  12. play some music, the MUSic file, and
  13. Unpacker.89 to display the graphics.
  14. Normally, I use the boot program (the
  15. file with the B. prefix) to bload all
  16. the stuff before loading and running
  17. the BASIC program. But the whole kit
  18. and kabootle can run up the disk
  19. blocks!
  20.  
  21.     Linker 1.2 puts all the files into
  22. one, self-dissolving file which is
  23. easily loaded and run. Packer 1.2 will
  24. take any BASIC program and squeeze all
  25. the "air" out of it -- reducing the
  26. disk blocks by two-thirds or more.
  27.  
  28.     The beauty of Lee Novak's TRIO is
  29. that Dissolver 1.2 will unpack and
  30. unlink all the files and save them to
  31. disk. This makes getting into a LNK or
  32. PKD program fairly easy.
  33.  
  34.     So let's start with Linker 1.2.
  35. When you boot, you have to choose
  36. which drive(s) you will be using for
  37. input and output. Press <F1> and <F3>
  38. until the correct drive number is
  39. displayed. Then press <F5>.
  40.  
  41.     The disk directory is displayed.
  42. First, scroll to the BASIC program and
  43. press <RETURN>. NOTE: If the BASIC
  44. program is to load to a location other
  45. than 2049 (that is, you have moved up
  46. the bottom of BASIC in the Boot
  47. program), be sure the main program has
  48. been saved from the desired location
  49. [before] trying to Link it.
  50.  
  51.     After choosing the BASIC program,
  52. choose all the other files the program
  53. uses. When finished, press <F1> to
  54. continue (or <F7> to abort).
  55.  
  56.     Now comes the fun! Some of the
  57. data files (music, graphics, text)
  58. are saved with load address other than
  59. the one you want. Check your boot to
  60. find where each file should be loaded.
  61.  
  62.     Press <RETURN>, then move the menu
  63. bar to any address that needs to be
  64. changed. You can choose the decimal
  65. address or the hexadecimal by pressing
  66. the left/right cursor. Overlapping
  67. files are marked by red asterisks. Be
  68. sure to change these.
  69.  
  70.     When all is correct, press <F1>,
  71. then enter the filename for your
  72. linked file. I use an extension of
  73. .LNK to remind me that the file is
  74. linked.
  75.  
  76.     That's it! Press <B> to go to
  77. BASIC, and LOAD and RUN your new
  78. linked file. If all goes well, you
  79. will be ready to do some Packing!
  80.  
  81.  DMM
  82.  
  83.  
  84.